From be7ce5f35f0613ae1ed2da57563d5a4067e04d86 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 16 Mar 2004 03:43:58 +0000 Subject: [PATCH] Add additional icon mapping/Jeff Boulter. --- gpsbabel/garmin_tables.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/gpsbabel/garmin_tables.h b/gpsbabel/garmin_tables.h index 3b80467bc..dc5b5ff5f 100644 --- a/gpsbabel/garmin_tables.h +++ b/gpsbabel/garmin_tables.h @@ -178,9 +178,14 @@ static icon_mapping_t icon_table[] = { { 17, 17, "White Buoy" }, { 35, 36, "White Dot" }, { 88, 8219, "Zoo" }, - { 92, 8227, "Micro-Cache" }, /* icon for "Toll Booth" */ - { 48, 161, "Virtual cache" }, /* icon for "Scenic Area" */ - { 86, 8217, "Multi-Cache" }, /* icon for "Stadium" */ - { 44, 157, "Unknown Cache" }, /* icon for "Information" */ + { 92, 8227, "Micro-Cache" }, /* icon for "Toll Booth" */ + { 48, 161, "Virtual cache" }, /* icon for "Scenic Area" */ + { 86, 8217, "Multi-Cache" }, /* icon for "Stadium" */ + { 44, 157, "Unknown Cache" }, /* icon for "Information" */ + { 64, 178, "Locationless (Reverse) Cache" }, /* Icon for "Flag" */ + { 83, 8214, "Post Office" }, /* Icon for "Post Office" */ + { 47, 160, "Event Cache" }, /* Icon for "Event" */ + { 90, 8221, "Webcam Cache" }, /* Icon for "Live Theatre" */ + { -1, -1, NULL }, }; -- 2.30.2